home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / roleta.swf / scripts / frame_560 / DoAction.as
Text File  |  2006-01-17  |  537b  |  40 lines

  1. if(20 >= vCashj)
  2. {
  3.    if(vArm == 1)
  4.    {
  5.       tellTarget("/japs")
  6.       {
  7.          gotoAndStop("pleite");
  8.          play();
  9.       }
  10.    }
  11. }
  12. if(vCashj >= 200)
  13. {
  14.    if(vArm == 0)
  15.    {
  16.       tellTarget("/cowgirl")
  17.       {
  18.          gotoAndStop("reich");
  19.          play();
  20.       }
  21.    }
  22. }
  23. if(30 >= vCashf)
  24. {
  25.    tellTarget("/madame")
  26.    {
  27.       gotoAndStop("pleite");
  28.       play();
  29.    }
  30. }
  31. if(10 >= vCashm)
  32. {
  33.    vGamestop = 1;
  34.    tellTarget("/mafioso")
  35.    {
  36.       gotoAndStop("pleite");
  37.       play();
  38.    }
  39. }
  40.